Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.picture.jsf.types--types

This contribution is part of XML component org.nuxeo.ecm.platform.picture.jsf.types inside nuxeo-platform-imaging-core-9.10.jar /OSGI-INF/imaging-types-contrib.xml

Extension Point

Extension point types of component TypeService.

Contributed Items

  • <type id="PictureBook">
          <label>PictureBook</label>
          <icon>/icons/picturebook.gif</icon>
          <bigIcon>/icons/picturebook_100.png</bigIcon>
          <description>PictureBook.description</description>
          <category>Collaborative</category>
          <default-view>view_documents</default-view>
          <layouts mode="any">
            <layout>heading</layout>
          </layouts>
          <contentViews category="content">
            <contentView>document_content</contentView>
          </contentViews>
          <contentViews category="trash_content">
            <contentView showInExportView="false">
              document_trash_content
            </contentView>
          </contentViews>
        </type>

    PictureBook.description

  • <type id="Picture">
          <label>Picture</label>
          <default-view>view_documents</default-view>
          <icon>/icons/image.gif</icon>
          <bigIcon>/icons/image_100.png</bigIcon>
          <category>SimpleDocument</category>
          <description>Picture.description</description>
          <layouts mode="any">
            <layout>heading</layout>
            <layout>picture</layout>
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>picture</layout>
            <layout>dublincore</layout>
          </layouts>
          <layouts mode="drive">
            <layout>heading</layout>
            <layout>picture</layout>
            <layout>dublincore</layout>
          </layouts>
        </type>

    Picture.description

XML Source

<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">

    <type id="PictureBook">
      <label>PictureBook</label>
      <icon>/icons/picturebook.gif</icon>
      <bigIcon>/icons/picturebook_100.png</bigIcon>
      <description>PictureBook.description</description>
      <category>Collaborative</category>
      <default-view>view_documents</default-view>
      <layouts mode="any">
        <layout>heading</layout>
      </layouts>
      <contentViews category="content">
        <contentView>document_content</contentView>
      </contentViews>
      <contentViews category="trash_content">
        <contentView showInExportView="false">
          document_trash_content
        </contentView>
      </contentViews>
    </type>

    <type id="Picture">
      <label>Picture</label>
      <default-view>view_documents</default-view>
      <icon>/icons/image.gif</icon>
      <bigIcon>/icons/image_100.png</bigIcon>
      <category>SimpleDocument</category>
      <description>Picture.description</description>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>picture</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>picture</layout>
        <layout>dublincore</layout>
      </layouts>
      <layouts mode="drive">
        <layout>heading</layout>
        <layout>picture</layout>
        <layout>dublincore</layout>
      </layouts>
    </type>

  </extension>